home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis2 / src / yallscr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-18  |  375 b   |  22 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <winb.h>
  5. #include <te.h>
  6. #include <fntb.h>
  7. #include <gui.h>
  8.  
  9. int    idAllScrWin = -1 ;
  10.  
  11. /*    initDataZALLSCR:idAllScrWin:MJ_WINDOWL40の呼び出し関数    */
  12. int    AllScrWinProc(kobj, messId, argc, pev, trigger)
  13. int        kobj ;
  14. int        messId ;
  15. int        argc ;
  16. EVENT    *pev ;
  17. int        trigger ;
  18. {
  19.     return NOERR ;
  20. }
  21.  
  22.